x86 mce: Dump the MCE information in mc_panic and softirq
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 10 Jun 2010 07:19:58 +0000 (08:19 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 10 Jun 2010 07:19:58 +0000 (08:19 +0100)
commitb1f87cc667c359dc7c2666d093702ee1ab66e6da
tree2cc55d69c2fdcee25c8a10d5abbb9adc98785ca4
parentebe1ee5c76366947a834fa0dd75fc8898e9cc80b
x86 mce: Dump the MCE information in mc_panic and softirq

We should not dump the mcinfo in mce handler, instead, we should do
that in mc_panic for fatal error or softirq for other errors.

Signed-off-by: Jiang, Yunhong <yunhong.jiang@intel.com>
Acked-By: Christoph Egger <Christoph.Egger@amd.com>
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/cpu/mcheck/mce_intel.c